GtkBuilder: Fixed documentation
authorTristan Van Berkom <tristanvb@openismus.com>
Sat, 23 Mar 2013 11:44:12 +0000 (20:44 +0900)
committerTristan Van Berkom <tristanvb@openismus.com>
Sat, 23 Mar 2013 11:44:12 +0000 (20:44 +0900)
The documentation was referring to an <external-object> tag
which we never implemented

gtk/gtkbuilder.c

index 3d946053c669ad670ae417ae822b54ad83f52f50..6ae127ff64fa589acd80e083be75e682f45c50e1 100644 (file)
@@ -1355,12 +1355,6 @@ gtk_builder_get_translation_domain (GtkBuilder *builder)
  *
  * Add @object to the @builder object pool so it can be referenced just like any
  * other object built by builder.
- *
- * To make this function even more useful a new special entry point element
- * &lt;external-object&gt; is defined. It is similar to &lt;object&gt; but has 
- * to reference an external object exposed with this function.
- * This way you can change properties and even add children to an
- * external object using builder, not just reference it.
  * 
  * Since: 3.8
  **/